home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 1.iso / dist / fw_teTeX.idb / usr / freeware / share / texmf / dvips / config / config.pdf.z / config.pdf
Text File  |  2001-01-10  |  2KB  |  61 lines

  1. % This is a config file for dvips 5.85(k) and teTeX, which is
  2. % meant to produce PostScript optimized for distilling to PDF.
  3. % Experimental. Created 12 Apr 1999 by tvz@nwu.edu; public domain. 
  4. %
  5. % Changes by te, Sun May 16 20:41:16 CEST 1999:
  6. %    - removed papersize stuff
  7. %    - changed "o" line
  8. %
  9. % Memory available: The default for Distiller 3.0x is 8meg.
  10. % Reduce to be on safe side:
  11.  
  12. m 6000000
  13.  
  14. % Default is to save output as file.
  15. % If possible, change this so that it pipes output to distiller.
  16. % If not, use command line ``-o file'' option to change name
  17. % of output file.
  18.  
  19. o
  20.  
  21. % Default resolution. Attempt to make `resolution independent'.
  22. % Resolution set to 8000dpi (could be as high as 10000).
  23.  
  24. D 8000
  25.  
  26. % This is for using BlueSky/AMS/Y&Y Type 1 fonts. Change this for other
  27. % Type 1 fonts.
  28.  
  29. p +bsr.map
  30. p +bsr-interpolated.map
  31. p +hoekwater.map
  32.  
  33. % Last resort sizes.
  34. % If you accidentally include a bitmapped pk font, it will probably go
  35. % at 600dpi.
  36.  
  37. R 300 600
  38.  
  39. % Partial Type1 font downloading. This will happen by default. Uncomment
  40. % this is you want to download entire fonts. NOT RECOMMENDED.
  41.  
  42. % j0
  43.  
  44. % Character shifting. You want to do this using the BlueSky/AMS/Y&Y fonts.
  45. % It remaps certain ``control character'' positions to an another range
  46. % where these characters are repeated. This option is compatible (and will
  47. % have no effect on) standard Adobe or other Type 1 fonts that do not use
  48. % to problematic positions. It is INCOMPATIBLE with any fonts that use
  49. % these control character positions but that DO NOT repeat them in the
  50. % exact same way as the BlueSky/... fonts. I don't know of any, but I
  51. % haven't even tested this with BaKoMa fonts.
  52.  
  53. G
  54.  
  55. % Switching algorithm for drawing rules. texc.pro is loaded by default,
  56. % but the h tex.pro is need so that it comes before the patch. See
  57. % below for more details.
  58.  
  59. h tex.pro
  60. h alt-rule.pro
  61.